home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "lupa1", cast "lupa2"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- cursor(-1)
- puppetSprite(9, 0)
- puppetSprite(3, 0)
- set the movieRate of sprite 8 to 0
- go("video")
- puppetSound(0)
- set the movieRate of sprite 8 to 1
- end
-